Revision: kernel-package--devel--9.0--patch-171
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Sat Aug  5 13:38:21 CDT 2006
Standard-date: 2006-08-05 18:38:21 GMT
Modified-files: kernel-img.conf.5
    kernel/pkg/headers/ChangeLog
    kernel/pkg/headers/postinst kernel/pkg/image/ChangeLog
    kernel/pkg/image/postinst kernel/pkg/image/postrm
    kernel/pkg/image/preinst kernel/pkg/image/prerm
    kernel/pkg/source/ChangeLog kernel/pkg/source/postinst
New-patches: srivasta@debian.org--etch/kernel-package--devel--9.0--patch-171
Summary: Allow for non absolute paths in hooks
Keywords: 

* kernel/pkg/image/postinst (run_hook): Added a new function to allow
  running of hook scripts with the proper sanity checks and diagnostics. 
  (exec_script): Support function for run_hook.

* kernel/pkg/image/preinst (run_hook): Ditto.

* kernel/pkg/image/prerm (run_hook): Ditto

* kernel/pkg/image/postrm (run_hook): Ditto.

* kernel/pkg/source/postinst (run_hook): Ditto.

* kernel/pkg/headers/postinst (run_hook): Ditto.

* kernel-img.conf.5: Documented changes to the hook function
  specification and behaviour. Namely, relative paths are permitted in
  some case, and the return value of the hook scripts is now
  significant. 

